.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@font-face {
    font-family: arialbd;
    src: url(font/arialbd.ttf);
}
.wc {
    width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1300px) {
    .wc {
        max-width: 1300px;
        padding: 0;
    }
}
.clearfix:after,
.clearfix:before {
    clear: both;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


[x-cloak] {
    display: none !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 70vw;
    transition: width 0.2s;
    height: 100%;
    background-color: #333;
    z-index: 99999;
    overflow: hidden;

    /* 遮罩 */
    box-shadow: rgba(64, 64, 64, 0.52) 10px 0px 0px 100vw;
}

.mobile-menu-warp {
    width: 70vw;
}

.mob-menu-w {
    width: 0;
}

@media (min-width: 1024px) {
    .mobile-menu {
        display: none;
        opacity: 0;
    }
}

.mob-nav-item {
    color: #fff;
    border-bottom: 1px solid #474747;
}


.mob-nav-item .mob-nav-item_head {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    position: relative;
}

.mob-nav-item .mob-nav-item_head::after {
    position: absolute;
    content: '\003E';
    width: 10px;
    height: 25px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
}

.mob-nav-item .mob-nav-item_head_active {
    border-bottom: 1px solid #474747;
    background-color: #363636;
}

.mob-nav-item .mob-nav-item_head_active::after {
    transform: rotate(90deg);
}

.mob-nav-item .mob-nav-item_body {
    padding: 0 10px 0 10px;
}

.mob-nav-item .mob-link {
    display: block;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #404040;
    font-size: 14px;
}

.mob-nav-item .mob-link:first-child {
    padding-top: 16px;
}

.mob-nav-item .mob-link:last-child {
    padding-bottom: 16px;
    border-bottom: 0;
}

.not-icon::after {
    display: none !important;
}


.mob-nav-list {
    padding: 10px 0;
}


.header {
    padding: 10px;
}
@media (min-width: 768px) {
    .header {
        padding: 25px 0;
    }
}
.header .logo {
    width: 65%;
}
@media (min-width: 1024px) {
    .header .logo {
        width: 560px;
    }
}
.header .logo a,
.header .logo img {
    width: 100%;
}
.header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .lg-search-weather {
    display: none;
}
@media (min-width: 1024px) {
    .header .lg-search-weather {
        display: flex;
        align-items: center;
    }
}
.header .lg-search-weather .search {
    width: 227px;
    height: 35px;
    border: 1px solid #004ea0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .lg-search-weather .search .submit {
    width: 45px;
    height: 100%;
    background: #004ea0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    flex-shrink: 0;
}
.header .lg-search-weather .search .submit .iconfont {
    color: #fff;
    font-size: 20px;
}
.header .lg-search-weather .search .input {
    flex: 1;
    height: 100%;
    padding: 5px 10px;
    background-color: transparent;
    outline: none;
    font-size: 14px;
}
.header .lg-search-weather .weather {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    margin-right: 30px;
    color: #333;
}
@media (min-width: 1024px) {
    .header .lg-search-weather .weather {
        flex-direction: column;
        justify-content: flex-end;
    }
}
@media (min-width: 1280px) {
    .header .lg-search-weather .weather {
        flex-direction: row;
    }
}
.header .lg-search-weather .weather .icon {
    width: 28px;
    height: 28px;
    margin: 0 5px;
}
.header .lg-search-weather .weather .icon img {
    width: 100%;
    height: 100%;
}
.header .lg-search-weather .weather .date {
    color: #888;
}
.header .menus {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1024px) {
    .header .menus {
        display: none;
    }
}
.header .menus .menu-item {
    margin-left: 10px;
}
.header .menus .menu-item .iconfont {
    font-size: 24px;
}
.header-group {
    position: relative;
}
@media (min-width: 1024px) {
    .header-group {
        background-color: #004ea0;
    }
}
.header-group .group-warp {
    padding: 0 !important;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}
@media (min-width: 1024px) {
    .header-group .group-warp {
        background-color: transparent;
        position: static;
    }
}
.header-group .search-warp {
    display: grid;
    grid-template-rows: 0;
    transition: all 0.3s;
}
.header-group .search-warp .wapr {
    overflow: hidden;
}
.header-group .search-warp .wapr input {
    flex: 1;
    height: 40px;
    outline: none;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #004ea0;
    background-color: transparent;
}
.header-group .search-warp .wapr .submit {
    width: 20%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004ea0;
    margin-left: 10px;
}
.header-group .search-warp .wapr .submit .iconfont {
    color: #fff;
}
.header-group .search-warp-active {
    grid-template-rows: 1fr;
}
.header-group .nav-bar-warp {
    display: grid;
    grid-template-rows: 0;
    transition: all 0.3s;
}
@media (min-width: 1024px) {
    .header-group .nav-bar-warp {
        height: 60px;
        display: block;
    }
}
.header-group .nav-bar-warp .nav-bar {
    overflow: hidden;
}
.header-group .nav-bar-warp-active {
    grid-template-rows: 1fr;
}
@media (min-width: 1024px) {
    .nav-bar {
        display: flex;
        overflow: visible !important;
    }
}
.nav-bar .nav-bar-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
@media (min-width: 1024px) {
    .nav-bar .nav-bar-group {
        flex: 1;
        margin-bottom: 0;
        border-bottom: 0;
        padding: 0;
        position: relative;
    }
    /*,
    .nav-bar .nav-bar-group-active .nav-bar-sub
    */
    .nav-bar .nav-bar-group:hover .nav-bar-sub {
        display: flex;
        z-index: 99;
    }
    .nav-bar .nav-bar-group:hover .nav-bar-head:after,
    .nav-bar .nav-bar-group-active .nav-bar-head:after {
        width: 100%;
    }
}
.nav-bar .nav-bar-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.nav-bar .nav-bar-sub > a {
    font-size: 14px;
}
@media (min-width: 1024px) {
    .nav-bar .nav-bar-sub {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }
    .nav-bar .nav-bar-sub > a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #f6f6f6;
        font-size: 16px;
    }
    .nav-bar .nav-bar-sub > a:hover {
        color: #004ea0;
        background-color: #e4f1ff;
    }
}
.nav-bar .nav-bar-head {
    font-size: 18px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.nav-bar .nav-bar-head .iconfont {
    margin-right: 10px;
}
@media (min-width: 1024px) {
    .nav-bar .nav-bar-head {
        margin-bottom: 0;
        height: 60px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;
    }
    .nav-bar .nav-bar-head span {
        z-index: 3;
    }
    .nav-bar .nav-bar-head:after {
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 0;
        background-color: #2593ff;
        z-index: 1;
        transition: width 0.3s;
    }
}
.footer-one {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 768px) {
    .footer-one {
        padding: 50px 0;
        flex-direction: row;
    }
}
.footer-one .footer-links {
    width: 100%;
}
.footer-one .footer-logo {
    width: 50%;
}
@media (min-width: 768px) {
    .footer-one .footer-logo {
        width: 413px;
    }
}
.footer-one .fast-chain {
    color: #fff;
    margin: 10px 0;
    width: 260px;
}
@media (min-width: 768px) {
    .footer-one .fast-chain {
        width: 350px;
        margin: 25px 0;
    }
}
.footer-one .fast-chain > a {
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
}
@media (min-width: 768px) {
    .footer-one .fast-chain > a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-one .fast-chain > a:after {
        content: '|';
        margin-left: 10px;
        opacity: 0.2;
    }
}
.footer-one .fast-chain > a:nth-child(4n):after {
    display: none;
}
.footer-one .space {
    width: 100%;
    height: 1px;
    background-color: #ffffff1a;
    margin: 15px 0;
}
@media (min-width: 768px) {
    .footer-one .space {
        width: 1px;
        height: 160px;
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .footer-one .space {
        margin: 0 50px;
    }
}
.footer-one .footer-contact {
    width: 100%;
}
@media (min-width: 768px) {
    .footer-one .footer-contact {
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .footer-one .footer-contact {
        margin-left: 0;
        margin-right: auto;
    }
}
.footer-one .footer-contact .contact-row {
    display: flex;
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #d1dce8;
    align-items:center;
}
@media (min-width: 768px) {
    .footer-one .footer-contact .contact-row {
        font-size: 14px;
    }
}
.footer-one .footer-contact .contact-row .label {
    width: 55px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .footer-one .footer-contact .contact-row .label {
        width: 65px;
    }
}
.footer-one .footer-contact .fnumber {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    font-family: arialbd;
    color: #fff;
}
.tab-container {
    width: 100%;
}
.tab-container .tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
    .tab-container .tab-head {
        border-bottom: 2px solid #dcdcdc;
        height: 44px;
    }
}
.tab-container .left-tabs_btns {
    display: flex;
    height: 100%;
}
.tab-container .left-tabs_btn {
    padding: 0 6px;
}
.tab-container .left-tabs_btn .btn-x {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f2f5;
    padding: 0 15px;
    height: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 10px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .tab-container .left-tabs_btn .btn-x {
        font-size: 20px;
        padding: 0 25px;
    }
}
.tab-container .left-tabs_btn .btn-x .iconfont {
    margin-right: 10px;
    font-size: inherit !important;
}
.tab-container .left-tabs_btn .btn-x:before,
.tab-container .left-tabs_btn .btn-x:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: 0 0 0 30px #f1f2f5;
}
.tab-container .left-tabs_btn .btn-x:before {
    left: -20px;
    clip-path: inset(50% -10px 0 50%);
}
.tab-container .left-tabs_btn .btn-x:after {
    right: -20px;
    clip-path: inset(50% 50% 0 -10px);
}
.tab-container .left-tabs_btn:hover .btn-x,
.tab-container .left-tabs_btn-active .btn-x {
    background-color: #004ea0;
    color: #fff;
}
.tab-container .left-tabs_btn:hover .btn-x:before,
.tab-container .left-tabs_btn:hover .btn-x:after,
.tab-container .left-tabs_btn-active .btn-x:before,
.tab-container .left-tabs_btn-active .btn-x:after {
    box-shadow: 0 0 0 30px #004ea0;
}
.tab-container .tab-body_warp {
    display: none;
}
.tab-container .tab-body_warp-active {
    display: block;
}
.tab-container .right-tabs_more {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
@media (min-width: 768px) {
    .tab-container .right-tabs_more {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .tab-container .right-tabs_more {
        font-size: 16px;
    }
}
.tab-container .right-tabs_more:hover {
    color: #004ea0;
}
.home-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-swiper img {
    width: 100%;
}
.home-swiper .home-swiper-buttons {
    position: absolute;
    width: 100%;
    inset: 0;
    margin: auto;
    z-index: 30;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 25px;
    pointer-events: none;
}
@media (min-width: 1024px) {
    .home-swiper .home-swiper-buttons {
        max-width: 1600px;
        padding: 0;
        height: 50px;
    }
    .home-swiper .home-swiper-buttons .iconfont {
        font-size: 20px;
    }
}
.home-swiper .home-swiper-buttons .button {
    pointer-events: all;
    width: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ccc;
    outline: 0;
    border: 1px solid;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .home-swiper .home-swiper-buttons .button {
        width: 50px;
    }
}
.home-main {
    background-color: #f4f5f7;
    padding-bottom: 35px;
}
@media (min-width: 768px) {
    .home-main {
        padding-bottom: 70px;
    }
}
.dynamic-card {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .dynamic-card {
        padding: 20px;
        margin-top: 20px;
        display: flex;
    }
}
.dynamic-card .dynmic-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) {
    .dynamic-card .dynmic-swiper {
        width: 45%;
    }
}
@media (min-width: 1024px) {
    .dynamic-card .dynmic-swiper {
        width: 50%;
    }
}
.dynamic-card .dynmic-swiper .swiper-slide {
    position: relative;
}
.dynamic-card .dynmic-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dynamic-card .dynmic-swiper .swiper-slide .label {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #0006;
    color: #fff;
    padding: 15px 150px 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
@media (min-width: 768px) {
    .dynamic-card .dynmic-swiper .swiper-slide .label {
        font-size: 14px;
    }
}
@media (min-width: 1024px) {
    .dynamic-card .dynmic-swiper .swiper-slide .label {
        font-size: 16px;
    }
}
.dynamic-card .dynmic-swiper .dy-swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    z-index: 24;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
}
.dynamic-card .dynmic-news {
    width: 100%;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .dynamic-card .dynmic-news {
        margin-top: 0;
        width: calc(55% - 20px);
        margin-left: 20px;
    }
}
@media (min-width: 1024px) {
    .dynamic-card .dynmic-news {
        width: calc(50% - 40px);
        margin-left: 40px;
    }
}
.news-list {
    margin-top: 10px;
}
.news-list .news-li .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .news-list .news-li .a {
        padding: 10px 0;
    }
    .news-list .news-li .a:before {
        content: '';
        background: url(../images/img7.png) no-repeat center center/100% 100%;
        width: 6px;
        height: 11px;
        display: block;
    }
}
.news-list .news-li:hover .a .value {
    color: #004ea0;
}
.news-list .news-li .value {
    color: #333;
    font-size: 14px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .news-list .news-li .value {
        width: 85%;
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .news-list .news-li .value {
        width: 88%;
    }
}
.news-list .news-li .time {
    color: #b3b3b3;
    font-size: 12px;
}
@media (min-width: 768px) {
    .news-list .news-li .time {
        font-size: 14px;
    }
}
.streamer {
    width: 100%;
    margin: 10px 0;
}
@media (min-width: 768px) {
    .streamer {
        margin: 15px 0;
    }
}
@media (min-width: 1024px) {
    .streamer {
        margin: 20px 0;
    }
}
.company-info {
    background-color: #fff;
    padding: 10px;
}
@media (min-width: 768px) {
    .company-info {
        padding: 50px;
    }
}
.mod-head h3 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
@media (min-width: 768px) {
    .mod-head h3 {
        font-size: 20px;
        margin-top: 13px;
    }
}
@media (min-width: 1024px) {
    .mod-head h3 {
        font-size: 28px;
    }
}
.mod-head h4 {
    font-size: 16px;
    font-weight: 700;
    color: #e8e9eb;
    text-transform: uppercase;
    line-height: 1;
}
@media (min-width: 768px) {
    .mod-head h4 {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    .mod-head h4 {
        font-size: 34px;
    }
}
@media (min-width: 768px) {
    .info {
        display: flex;
    }
}
.info .left-desc .info-p {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
}
@media (min-width: 768px) {
    .info .left-desc .info-p {
        margin: 30px 0;
        font-size: 16px;
        line-height: 30px;
    }
}
@media (min-width: 1024px) {
    .info .left-desc .info-p {
        margin: 38px 0;
    }
}
.info .left-desc .info-p a {
    color: #004ea0;
}
.info .left-desc .info-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 1024px) {
    .info .left-desc .info-data {
        display: flex;
    }
    .info .left-desc .info-data .data-item {
        margin-right: 20px;
        width: 150px;
    }
}
.info .left-desc .info-data .data-item .num {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    font-family: arialbd;
}
.info .left-desc .info-data .data-item .num-v {
    font-size: 22px;
    font-weight: 700;
    color: #004ea0;
}
@media (min-width: 768px) {
    .info .left-desc .info-data .data-item .num-v {
        font-size: 42px;
    }
}
.info .left-desc .info-data .data-item .uint {
    font-size: 12px;
    top: -3px;
    font-weight: 400;
    color: #333;
    position: relative;
    margin-left: 3px;
}
@media (min-width: 768px) {
    .info .left-desc .info-data .data-item .uint {
        font-size: 14px;
        top: -8px;
    }
}
.info .left-desc .info-data .data-item .label {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .info .left-desc .info-data .data-item .label {
        margin-top: 15px;
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .info .left-desc {
        width: 48%;
        margin-right: 2%;
    }
}
.info .right-img {
    width: 100%;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .info .right-img {
        margin-top: 0;
        width: 46%;
        margin-left: auto;
    }
}
.info .right-img img {
    width: 100%;
}
.subsidiary-container {
    margin-top: 25px;
}
@media (min-width: 768px) {
    .subsidiary-container {
        margin-top: 50px;
    }
}
.subsidiary-container .subsidiary-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px 0;
}
@media (min-width: 768px) {
    .subsidiary-container .subsidiary-ul {
        display: flex;
        padding: 20px 0 0;
        gap: 0;
        flex-wrap: wrap;
    }
    .subsidiary-container .subsidiary-ul .li {
        width: calc(35.4% - 40px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .subsidiary-container .subsidiary-ul .li:nth-child(3n) {
        margin-right: 0;
    }
}
.subsidiary-container .subsidiary-ul .li {
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
@media (min-width: 768px) {
    .subsidiary-container .subsidiary-ul .li {
        height: 70px;
    }
}
.subsidiary-container .subsidiary-ul .li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.subsidiary-container .subsidiary-ul .li a img {
    object-fit: fill;
}
.business-intr {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    background: url(../images/img21.jpg) no-repeat center center/100% 100%;
    --left-intr-width: 100%;
    --map-size: 200px;
    --box-shadow: 0 0 10px 5px rgba(215, 215, 215, 0.4);
    --box-hover-shadow: 0 0 15px 20px rgba(215, 215, 215, 0.4);
    --map-item-size: 60px;
}
.business-intr .left-intr {
    width: var(--left-intr-width);
    margin-right: auto;
}
.business-intr .business-p {
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0;
}
@media (min-width: 768px) {
    .business-intr .business-p {
        font-size: 16px;
        margin: 30px 0;
        line-height: 32px;
    }
}
.business-intr .business-a {
    background: #ffffff;
    border: 1px solid #004ea0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
    color: #004ea0;
    width: 70px;
    height: 24px;
    margin-top: 45;
}
@media (min-width: 768px) {
    .business-intr .business-a {
        margin-top: 70;
        font-size: 16px;
        width: 132px;
        height: 48px;
    }
}
.business-intr .business-a:hover {
    background-color: #004ea0;
    color: #fff;
}
@media (min-width: 640px) {
    .business-intr {
        --map-size: 260px;
    }
}
@media (min-width: 768px) {
    .business-intr {
        --left-intr-width: 50%;
        margin-top: 20px;
        padding: 20px 20px 20px 50px;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .business-intr {
        --left-intr-width: 600px;
        --map-item-size: 96px;
        --map-size: 360px;
    }
}
.business-intr .business-map {
    width: var(--map-size);
    height: var(--map-size);
    margin: var(--map-item-size) auto;
    position: relative;
    --neg-half: calc(var(--map-item-size) / -2);
    --half: calc(var(--map-item-size) / 2);
}
@media (min-width: 768px) {
    .business-intr .business-map {
        margin: 50px 70px;
    }
}
.business-intr .business-map .mapx_item {
    width: var(--map-item-size);
    height: var(--map-item-size);
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    position: absolute;
    box-shadow: 0 0 #004ea0, var(--box-shadow);
    transition: box-shadow 0.2s;
}
.business-intr .business-map .mapx_item .link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.business-intr .business-map .mapx_item:hover {
    box-shadow: 0 0 0 5px #004ea0;
}
.business-intr .business-map .mapx_item:nth-child(2n) {
    background-color: #004ea0;
    box-shadow: 0 0 10px 6px #004ea045;
    color: #fff;
}
.business-intr .business-map .mapx_item:nth-child(2n):hover {
    box-shadow: 0 0 0 5px #fff;
}
.business-intr .business-map .mapx_item .icon {
    width: calc(var(--map-item-size) / 3);
}
.business-intr .business-map .mapx_item .icon img {
    width: 100%;
    object-fit: cover;
}
.business-intr .business-map .mapx_item .title {
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
@media (min-width: 768px) {
    .business-intr .business-map .mapx_item .title {
        font-size: 13px;
    }
}
@media (min-width: 1280px) {
    .business-intr .business-map .mapx_item .title {
        margin-top: 10px;
        font-size: 15px;
    }
}
.business-intr .business-map .top-center {
    left: 0;
    right: 0;
    top: var(--neg-half);
    margin: 0 auto;
}
.business-intr .business-map .bottom-center {
    left: 0;
    right: 0;
    bottom: var(--neg-half);
    margin: 0 auto;
}
.business-intr .business-map .left-top {
    left: var(--neg-half);
    top: var(--half);
}
.business-intr .business-map .right-top {
    right: var(--neg-half);
    top: var(--half);
}
.business-intr .business-map .left-bottom {
    left: var(--neg-half);
    bottom: var(--half);
}
.business-intr .business-map .right-bottom {
    right: var(--neg-half);
    bottom: var(--half);
}
.business-intr .map-x {
    position: relative;
    width: 100;
    height: 100%;
}
.business-intr .business-map_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(191, 191, 191, 0.3);
    border-radius: 50%;
    padding: 15%;
    animation: pulse 3s ease-in-out infinite;
}
.business-intr .business-map_bg .buc {
    width: 100%;
    height: 100%;
    background: rgba(0, 78, 160, 0.14);
    border-radius: 50%;
    padding: 12%;
}
.business-intr .business-map_bg .center-main {
    width: 100%;
    height: 100%;
}
.business-intr .business-map_bg .busin-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--box-shadow);
}
.business-intr .business-map_bg .busin-logo img {
    width: 60%;
    max-width: 100%;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
@media (min-width: 768px) {
    .information-news-container {
        display: flex;
    }
}
.information-news-container .news {
    background-color: #fff;
    padding: 10px;
}
@media (min-width: 768px) {
    .information-news-container .news {
        width: 50%;
        padding: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 1024px) {
    .information-news-container .news {
        width: 65%;
    }
}
.information-news-container .news .news-ul .li {
    margin: 20px 0;
}
.information-news-container .news .news-ul .li:hover .title {
    color: #004ea0;
}
.information-news-container .news .news-ul .a {
    display: flex;
    align-items: center;
}
.information-news-container .news .news-ul .a .img {
    width: 20%;
    flex-shrink: 0;
    margin-right: 8px;
}
.information-news-container .news .news-ul .a .img img {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .information-news-container .news .news-ul .a .img {
        margin-right: 15px;
        width: 22%;
        height: 100%;
    }
}
.information-news-container .news .news-ul .a .info {
    height: 100%;
    width: calc(80% - 15px);
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .information-news-container .news .news-ul .a .info {
        width: calc(78% - 15px);
    }
}
.information-news-container .news .news-ul .a .title {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .information-news-container .news .news-ul .a .title {
        font-size: 17px;
    }
}
.information-news-container .news .news-ul .a .p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    margin-top: auto;
    font-weight: 400;
    color: #999;
}
@media (min-width: 768px) {
    .information-news-container .news .news-ul .a .p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        margin-top: 7px;
    }
}
@media (min-width: 1024px) {
    .information-news-container .news .news-ul .a .p {
        margin-top: 15px;
    }
}
.information-news-container .information {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
}
@media (min-width: 768px) {
    .information-news-container .information {
        width: calc(50% - 20px);
        padding: 20px;
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .information-news-container .information {
        width: calc(35% - 20px);
    }
}
.information-news-container .information .infor .li {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .information-news-container .information .infor .li {
        margin-top: 22px;
    }
}
.information-news-container .information .infor a {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 12px;
}
.information-news-container .information .infor a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #8d8d8d;
    opacity: 0.9;
    margin-right: 5px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .information-news-container .information .infor a {
        font-size: 16px;
    }
}
.information-news-container .information .infor a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 9px);
}
.information-news-container .information .infor a:hover {
    color: #004ea0;
}
.you-chain {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .you-chain {
        margin-top: 20px;
        padding: 20px;
    }
}
.you-chain .chain {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .you-chain .chain {
        padding: 30px 0;
        font-size: 16px;
    }
}
.you-chain .chain a {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
}
.you-chain .chain a:after {
    content: '|';
    padding-left: 10px;
}
.you-chain .chain a:last-child:after {
    display: none;
}
.you-chain .chain a:hover {
    color: #004ea0;
}
@media (min-width: 768px) {
    .you-chain .chain a {
        font-size: 16px;
    }
}
.sub-banner {
    width: 100%;
    position: relative;
}
.sub-banner img {
    display: block;
    width: 100%;
}
.sub-nav-center {
    background: #ffffff;
    box-shadow: 0 4px 16px #002f6114;
    border-radius: 8px;
    width: 100%;
    left: 0;
    bottom: -13%;
    right: 0;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sub-nav-center {
        height: 75px;
    }
}
@media (min-width: 1024px) {
    .sub-nav{
        border-bottom: 1px solid #f5f5f5;
    }
    .sub-nav-center {
        height: 75px;
        box-shadow: none;
    }
}
.sub-nav-center .sub-nav-center_x {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    gap: 10px;
}
@media (min-width: 1024px) {
    .sub-nav-center .sub-nav-center_x {
        gap: 0;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 0 30px;
    }
}
.sub-nav-center .links {
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
}
@media (min-width: 1024px) {
    .sub-nav-center .links {
        font-size: 16px;
    }
}
.sub-nav-center .links a:hover {
    color: #004ea0;
}
.sub-nav-center .submenus {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .sub-nav-center .submenus {
        line-height: 75px;
        height: 100%;
    }
}
.sub-nav-center .submenus > a {
    margin-right: 10px;
    position: relative;
}
.sub-nav-center .submenus > a:hover,.sub-nav-center .submenus > a.hover  {
    color: #004ea0;
}
.sub-nav-center .submenus > a:hover:after,.sub-nav-center .submenus > a.hover:after {
    display: block;
}
@media (min-width: 1024px) {
    .sub-nav-center .submenus > a {
        margin: 0 25px;
    }
    .sub-nav-center .submenus > a:after {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #004ea0;
        opacity: 0.67;
        content: '';
        display: none;
    }
}
.dual-text-title > h4 {
    font-weight: 400;
    color: #004ea0;
    font-weight: 800;
    line-height: 1;
    font-size: 28px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .dual-text-title > h4 {
        font-size: 34px;
    }
}
.dual-text-title > h3 {
    font-weight: 400;
    color: #333;
    font-weight: 800;
    line-height: 1;
    margin-top: 10px;
    font-size: 18px;
}
@media (min-width: 1024px) {
    .dual-text-title > h3 {
        margin-top: 20px;
        font-size: 28px;
    }
}
.note-container {
    background-color: #f4f5f7;
    margin-top: 20px;
}
.note-container .note-card {
    background-color: #fff;
    padding: 10px;
}
@media (min-width: 1024px) {
    .note-container .note-card {
        padding: 40px;
    }
}
.note-swiper {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    z-index: 0;
}
@media (min-width: 768px) {
    .note-swiper {
        margin-top: 70px;
    }
}
.note-swiper .neto-time-item,
.note-swiper .point {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.note-swiper .point .point-icon {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(153, 153, 153, 0.6);
    border-radius: 50%;
}
@media (min-width: 768px) {
    .note-swiper .point .point-icon {
        width: 20px;
        height: 20px;
    }
}
.note-swiper .point .iconfont {
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
}
@media (min-width: 768px) {
    .note-swiper .point .iconfont {
        font-size: 14px;
    }
}
.note-swiper .swiper-slide-active .point-icon {
    width: 15px;
    height: 15px;
    border: 2px solid #004ea0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.note-swiper .swiper-slide-active .point-icon .dot {
    width: 5px;
    height: 5px;
    background: #004ea0;
    border-radius: 50%;
    display: block;
}
@media (min-width: 768px) {
    .note-swiper .swiper-slide-active .point-icon {
        width: 20px;
        height: 20px;
    }
    .note-swiper .swiper-slide-active .point-icon .dot {
        width: 10px;
        height: 10px;
    }
}
.note-swiper .swiper-slide-active .iconfont,
.note-swiper .swiper-slide-active .date {
    color: #004ea0;
}
.note-swiper .space-icon {
    width: 100%;
    height: 1px;
    background: rgba(96, 96, 96, 0.3);
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .note-swiper .space-icon {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
.note-swiper .date {
    font-weight: 700;
    color: #9993;
    line-height: 1;
    font-size: 20px;
}
@media (min-width: 768px) {
    .note-swiper .date {
        font-size: 38px;
    }
}
.note-swiper .note-btns {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    z-index: 30;
    pointer-events: none;
}
@media (min-width: 768px) {
    .note-swiper .note-btns {
        height: 60px;
    }
}
.note-swiper .note-btns > div {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 50%;
    height: 100%;
    background: #004ea0;
    cursor: pointer;
    outline: 0;
}
.note-swiper .note-btns > div .iconfont {
    color: #fff;
}
@media (min-width: 768px) {
    .note-swiper .note-btns > div {
        width: 60px;
    }
    .note-swiper .note-btns > div .iconfont {
        font-size: 25px;
    }
}
.note-swiper .swiper-button-disabled {
    border: 1px solid #bdbdbd;
    background-color: #fff !important;
}
.note-swiper .swiper-button-disabled .iconfont {
    color: #888 !important;
}
.year-record {
  --icon-size: 40px;
  --yary-width: 75px;
  padding-bottom:20px;
}
@media (min-width: 768px) {
  .year-record {
    --yary-width: 120px;
    --icon-size: 65px;
  }
}
.year-record .head {
  display: flex;
  align-items: center;
}
.year-record .year {
  width: var(--yary-width);
  font-size: 24px;
  color: #004ea0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .year-record .year {
    font-size: 34px;
  }
}
.year-record .icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.year-record .icon img {
  width: 100%;
  height: 100%;
}
.year-record .year-record-container {
  padding: 20px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .year-record .year-record-container {
    padding: 40px;
  }
}
.year-record .line-ul .line-li {
  display: flex;
  padding-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .year-record .line-ul .line-li {
    padding-top: 60px;
  }
}
.year-record .line-ul .line-li:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #004ea0;
  left: calc(var(--yary-width) + var(--icon-size) / 2);
  z-index: 1;
}
.year-record .line-ul .line-li .left-time {
  width: var(--yary-width);
  flex-shrink: 0;
  text-align: right;
  font-size: 20px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 1;
}
.year-record .line-ul .line-li .icon-point {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 2px solid #004ea0;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 13px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .year-record .line-ul .line-li .icon-point {
    width: 18px;
    height: 18px;
    margin: 0 24px;
  }
}
.year-record .line-ul .line-li .icon-point span {
  width: 5px;
  height: 5px;
  background: #004ea0;
  border-radius: 50%;
  display: block;
}
@media (min-width: 768px) {
  .year-record .line-ul .line-li .icon-point span {
    width: 6px;
    height: 6px;
  }
}
.year-record .line-ul .line-li .desc h5 {
  font-size: 14px;
  font-family: MicrosoftYaHeiUISemibold;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .year-record .line-ul .line-li .desc h5 {
    font-size: 20px;
  }
}
.year-record .line-ul .line-li .desc p {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .year-record .line-ul .line-li .desc p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}
.member-container .member-tabs {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .member-container .member-tabs {
        flex-direction: row;
        min-height: 500px;
    }
}
.member-container .head {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .member-container .head {
        flex-direction: column;
        padding: 0 30px;
        border-right: 1px solid #dadada;
    }
}
.member-container .head .tab-item {
    margin-right: 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #f1f3f8;
    border-radius: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .member-container .head .tab-item {
        height: 50px;
        font-size: 18px;
        width: 200px;
        text-align: center;
        margin: 20px 0;
        flex-shrink: 0;
    }
}
.member-container .head .active {
    background-color: #004ea0;
    color: #fff;
}
.member-container .member-body {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .member-container .member-body {
        flex: 1;
    }
}
.member-container .member-body .active {
    display: block !important;
}
@media (min-width: 768px) {
    .member-container .member-body .active {
        display: flex !important;
        flex-wrap: wrap;
        margin-left: 60px;
    }
}
.member-container .member-ul {
    display: none;
}
@media (min-width: 768px) {
    .member-container .member-ul .li {
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #d8d8d8;
        border-radius: 10px;
        height: 76px;
    }
    .member-container .member-ul .li:nth-child(2n) {
        margin-right: 0;
    }
}
.member-container .member-ul .li:last-child a {
    border-bottom: 1px solid #d8d8d8;
}
.member-container .member-ul .li a {
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0;
}
@media (min-width: 768px) {
    .member-container .member-ul .li a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }
}
.sub-intro_bg {
    background-color: #f4f5f7;
    background: url(../images/img28.png) no-repeat center center/100% auto, #f4f5f7;
}
.sub-intro_container {
    padding: 40px 0;
}

.sub-intro_container .about-pic{
    display: none;
}
@media (min-width: 768px) {
    .sub-intro_container {
        padding: 80px 0;
    }
    .sub-intro_container .about-pic{
        width: 40%;
        margin-right: 80px;
        display: block;
    }
}
.sub-intro_container .title {
    font-weight: 400;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 20px;
}
@media (min-width: 768px) {
    .sub-intro_container .title {
        font-size: 30px;
    }
}
.sub-intro_container .icon {
    height: 4px;
    background: #004ea0;
    margin: 20px 0;
    width: 43px;
}
@media (min-width: 768px) {
    .sub-intro_container .icon {
        margin: 35px 0;
    }
}
.sub-intro_container .paragraph  {
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    margin: 20px 0;
    font-size: 14px;
}
@media (min-width: 768px) {
    .sub-intro_container .paragraph  {
        font-size: 16px;
        margin: 30px 0;
        line-height: 32px;
    }
}
.sub-intro_container .key-data {
    display: flex;
}
.sub-intro_container .key-data .key {
    /*flex: 1;*/
    margin-right: 30px;
    width: 150px;
}
.sub-intro_container .key-data .value {
    line-height: 1;
    vertical-align: middle;
}
.sub-intro_container .key-data .num {
    font-size: 22px;
    font-family: arialbd;
    font-weight: 700;
    color: #004ea0;
}
@media (min-width: 768px) {
    .sub-intro_container .key-data .num {
        font-size: 42px;
    }
}
.sub-intro_container .key-data .uint {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .sub-intro_container .key-data .uint {
        font-size: 16px;
    }
}
.sub-intro_container .key-data .label {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333;
}
@media (min-width: 768px) {
    .sub-intro_container .key-data .label {
        font-size: 18px;
    }
}
.photo-wall {
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .photo-wall {
        padding: 80px 0;
    }
}
.wall-head {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .wall-head {
        margin-bottom: 80px;
    }
}
.wall-head h3 {
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    color: #333;
    text-align: center;
}
@media (min-width: 768px) {
    .wall-head h3 {
        font-size: 38px;
    }
}
.wall-head h4 {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
    text-align: center;
}
@media (min-width: 768px) {
    .wall-head h4 {
        font-size: 16px;
    }
}
.phono-wall-swiper_x {
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x {
        padding: 0 100px;
        height: 410px;
    }
}
.phono-wall-swiper_x .phono-wall-btn {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    z-index: 30;
    display: none;
    pointer-events: none;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-wall-btn {
        display: flex;
        height: 60px;
    }
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-wall-btn {
        height: 40px;
    }
}
@media (min-width: 1024px) {
    .phono-wall-swiper_x .phono-wall-btn {
        height: 60px;
    }
}
.phono-wall-swiper_x .phono-wall-btn .button {
    width: 30px;
    pointer-events: all;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cacaca;
    border-radius: 50%;
    cursor: pointer;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-wall-btn .button {
        width: 40px;
    }
}
@media (min-width: 1024px) {
    .phono-wall-swiper_x .phono-wall-btn .button {
        width: 60px;
    }
}
.phono-wall-swiper_x .phono-wall-btn .button:hover {
    border-color: #004ea0;
    color: #004ea0;
}
.phono-wall-swiper_x .phono-wall-btn .button:hover .iconfont {
    color: #004ea0;
}
.phono-wall-swiper_x .phono-wall-btn .button .iconfont {
    font-size: 20px;
    color: #b0b0b0;
}
.phono-wall-swiper_x .phono-wall-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-wall-swiper {
        padding: 70px 0;
    }
}
.phono-wall-swiper_x .phono-wall-swiper img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.phono-wall-swiper_x .phono-wall-swiper .swiper-slide {
    transition: 0.3s;
}
.phono-wall-swiper_x .phono-wall-swiper .swiper-slide-active {
    transform: scale(1.3);
    z-index: 20;
}
.phono-wall-swiper_x .phono-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.phono-wall-swiper_x .phono-swiper-pagination .swiper-pagination-bullet {
    background-color: #c1c1c1;
    opacity: 1;
    transition: 0.2s;
    width: 6px;
    height: 6px;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
.phono-wall-swiper_x .phono-swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    background: #004ea0;
    height: 10px;
}
@media (min-width: 768px) {
    .phono-wall-swiper_x .phono-swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
    }
}
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    flex-direction: column;
}
@media (min-width: 768px) {
    .contact-info {
        padding: 60px 0;
        flex-direction: row;
    }
}
.contact-info .left {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-info .left {
        width: 60%;
        margin-right: auto;
    }
}
.contact-info .left h3 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}
@media (min-width: 768px) {
    .contact-info .left h3 {
        font-size: 30px;
    }
}
.contact-info .left .row {
    display: flex;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .contact-info .left .row {
        font-size: 16px;
        margin-top: 20px;
    }
}
.contact-info .left .row span {
    flex-shrink: 0;
}
.contact-info .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    margin: 15px 0;
}
@media (min-width: 768px) {
    .contact-info .right {
        width: auto;
        margin-left: auto;
        flex-direction: row;
        align-items: center;
    }
}
.contact-info .right .label {
    text-align: center;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .contact-info .right .label {
        margin-bottom: 0;
        margin-right: 30px;
    }
}
.contact-info .right .label span {
    color: #333;
    font-size: 14px;
}
@media (min-width: 768px) {
    .contact-info .right .label span {
        font-size: 18px;
    }
}
.contact-info .right .label p {
    color: #999;
    font-size: 12px;
}
@media (min-width: 768px) {
    .contact-info .right .label p {
        font-size: 14px;
    }
}
.contact-info .right .img {
    width: 120px;
    height: 120px;
}
.contact-info .right .img img {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .contact-info .right .img {
        width: 140px;
        height: 140px;
    }
}
.rich-text {
    color: #666;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    margin: 25px 0;
}
.rich-text p {
    font-weight: 400;
    line-height: 30px;
}
@media (min-width: 768px) {
    .rich-text p {
        line-height: 42px;
    }
}
@media (min-width: 768px) {
    .rich-text {
        font-size: 16px;
        margin: 30px 0;
    }
}
.rich-text img {
    max-width: 100%;
    margin: 25px 0;
}
@media (min-width: 768px) {
    .rich-text img {
        margin: 50px 0;
    }
}
.news-banner-ul {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
@media (min-width: 1024px) {
    .news-banner-ul {
        display: flex;
        flex-wrap: wrap;
    }
}
.news-banner-ul .li {
    position: relative;
}
@media (min-width: 1024px) {
    .news-banner-ul .li {
        width: calc(35.5% - 60px);
        margin-right: 30px;
    }
    .news-banner-ul .li:nth-child(3n) {
        margin-right: 0;
    }
}
.news-banner-ul .li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-banner-ul .li img {
    width: 100%;
    transition: all 0.4s;
}
.news-banner-ul .li:hover img {
    transform: scale(1.2);
}
.news-banner-ul .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    background-color: #07070780;
}
.news-banner-ul .news-info .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHeiUISemibold;
    font-weight: 400;
    font-size: 14px;
}
@media (min-width: 768px) {
    .news-banner-ul .news-info .label {
        font-size: 18px;
    }
}
.news-banner-ul .news-info .time {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #ffffff8c;
}
@media (min-width: 768px) {
    .news-banner-ul .news-info .time {
        font-size: 14px;
    }
}
.sub-news-list {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .sub-news-list {
        margin-top: 60px;
    }
}
.sub-news-list .sub-new-li {
    padding: 10px;
    border-bottom: 1px solid rgba(190, 190, 190, 0.4);
    transition: all 0.3s;
    --img-width: 100px;
    --img-space-size: 18px;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li {
        padding: 20px;
    }
}
.sub-news-list .sub-new-li a {
    display: flex;
    width: 100%;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li {
        --img-width: 290px;
        --img-space-size: 55px;
    }
}
.sub-news-list .sub-new-li .img {
    width: var(--img-width);
    flex-shrink: 0;
    background: #fff;
}
.sub-news-list .sub-new-li .img img {
    width: 100%;
    object-fit: contain;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
     height: 70px;
}
.sub-news-list .sub-new-li .desc {
    width: calc(100% - var(--img-width) - var(--img-space-size));
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li .img img{
        height: 192px;
    }
    .sub-news-list .sub-new-li .desc {
        width: 71%;
    }
}
.sub-news-list .sub-new-li .desc h4 {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li .desc h4 {
        font-size: 20px;
    }
}
.sub-news-list .sub-new-li .desc p {
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
    line-height: 14px;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: auto 0;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li .desc p {
        line-height: 28px;
        font-size: 16px;
        margin-top: 26px;
        margin-bottom: auto;
    }
}
.sub-news-list .sub-new-li .desc .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
    font-size: 12px;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li .desc .time {
        font-size: 16px;
    }
}
.sub-news-list .sub-new-li .desc .time .iconfont {
    display: none;
}
.sub-news-list .sub-new-li:hover {
    background: #ffffff;
    box-shadow: 2px 3px 16px #004ea01a;
    border-color: transparent;
}
@media (min-width: 768px) {
    .sub-news-list .sub-new-li:hover {
        padding: 20px 20px 20px 40px;
    }
}
.sub-news-list .sub-new-li:hover .iconfont {
    display: block !important;
    color: #004ea0;
    font-size: 25px;
    line-height: 1;
}
.sub-recru-list .sub-recru-li {
    padding: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
}
@media (min-width: 768px) {
    .sub-recru-list .sub-recru-li {
        margin-bottom: 30px;
        padding: 40px;
    }
}
.sub-recru-list .sub-recru-li h4 {
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .sub-recru-list .sub-recru-li h4 {
        font-size: 26px;
    }
}
.sub-recru-list .sub-recru-li p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .sub-recru-list .sub-recru-li p {
        margin-top: 20px;
        font-size: 16px;
    }
}
.sub-recru-list .sub-recru-li .time {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
}
@media (min-width: 768px) {
    .sub-recru-list .sub-recru-li .time {
        font-size: 16px;
    }
}
.sub-recru-list .sub-recru-li .more {
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #999;
}
@media (min-width: 768px) {
    .sub-recru-list .sub-recru-li .more {
        font-size: 16px;
    }
}
.sub-party-list .sub-party-li {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li {
        padding: 30px;
        margin-bottom: 30px;
    }
}
.sub-party-list .sub-party-li .a {
    display: flex;
}
.sub-party-list .sub-party-li .data-card {
    width: 80px;
    height: 80px;
    background: #e8ebf0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .data-card {
        width: 130px;
        padding: 0 30px;
        height: 150px;
    }
}
.sub-party-list .sub-party-li .data-card .day {
    font-size: 24px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #726e6e;
    line-height: 1;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .data-card .day {
        font-size: 48px;
    }
}
.sub-party-list .sub-party-li .data-card .year {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #726e6e;
    line-height: 1;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .data-card .year {
        font-size: 16px;
    }
}
.sub-party-list .sub-party-li .data-card .icon {
    width: 100%;
    height: 1px;
    background-color: silver;
    margin: 12px 0;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .data-card .icon {
        margin: 24px 0;
    }
}
.sub-party-list .sub-party-li .desc {
    width: calc(100% - 105px);
    margin-left: auto;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .desc {
        width: calc(100% - 180px);
    }
}
.sub-party-list .sub-party-li .desc h4 {
    font-family: Microsoft YaHei UI;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .desc h4 {
        font-size: 24px;
    }
}
.sub-party-list .sub-party-li .desc p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 29px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Microsoft YaHei UI;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .sub-party-list .sub-party-li .desc p {
        margin-top: 26px;
        font-size: 16px;
    }
}
.sub-party-list .sub-party-li:hover .desc h4 {
    color: #004ea0;
}
.sub-business-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .sub-business-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}
.sub-business-list .sub-business-li .a {
    display: block;
    width: 100%;
}
.sub-business-list .sub-business-li .img {
    overflow: hidden;
    width: 100%;
}
.sub-business-list .sub-business-li .img img {
    width: 100%;
    transition: all 0.5s;
}
.sub-business-list .sub-business-li:hover img {
    transform: scale(1.3);
}
.sub-business-list .desc {
    background-color: #f3f3f3;
    padding: 15px;
}
@media (min-width: 768px) {
    .sub-business-list .desc {
        padding: 30px;
    }
}
.sub-business-list .desc h3 {
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}
@media (min-width: 768px) {
    .sub-business-list .desc h3 {
        font-size: 24px;
    }
}
.sub-business-list .desc p {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    height: 60px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .sub-business-list .desc p {
        margin: 20px 0;
        font-size: 16px;
        height: 96px;
        line-height: 24px;
    }
}
.sub-business-list .desc .iconfont {
    font-size: 15px;
    color: RGBA(191, 191, 191, 1);
}
@media (min-width: 768px) {
    .sub-business-list .desc .iconfont {
        font-size: 30px;
    }
}



.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:18px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:20px;line-height:32px;margin-top:20px;margin-bottom:30px;}
.xwd-content img,.xwd-content video{display:inline-block;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;font-size:16px;}
.xwd-cut a:hover{color:#0d5bb1;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}

@media (min-width: 1024px) {
    .xwd_title{
        font-size:26px;
    }
}





/* ------------------------------ */
.talents-banner {
  background: url(../images/img37.png) no-repeat center center/cover;
  color: #fff;
  font-size: 16px;
  padding: 20px 45px;
  text-indent: 2em;
}
@media (min-width: 1024px) {
  .talents-banner {
    height: 500px;
    padding: 50px 75px;
    font-size: 24px;
  }
}
.talents-cards {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .talents-cards {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
.talents-cards .tale-card {
  width: 100%;
  padding: 50px 30px 50px 60px;
  display: flex;
  flex-direction: column;
}
.talents-cards .tale-card:nth-child(1) {
  background: url(../images/img38.png) no-repeat center left/cover;
}
.talents-cards .tale-card:nth-child(2) {
  background: url(../images/img39.png) no-repeat center left/cover;
}
.talents-cards .tale-card:nth-child(3) {
  background: url(../images/img40.png) no-repeat center left/cover;
}
.talents-cards .tale-card:nth-child(4) {
  background: url(../images/img41.png) no-repeat center left/cover;
}
@media (min-width: 1024px) {
  .talents-cards .tale-card {
    padding: 100px 30px 100px 180px;
    width: 50%;
  }
}
.talents-cards .tale-card .ta-title {
  font-size: 18px;
  color: #004ea0;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1024px) {
  .talents-cards .tale-card .ta-title {
    font-size: 28px;
  }
}
.talents-cards .tale-card .ta-arc {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  line-height: 25px;
  font-size: 16px;
}
.talents-cards .tale-card .ta-arc .icon {
  width: 12px;
  height: 6px;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 9px;
}
@media (min-width: 1024px) {
  .talents-cards .tale-card .ta-arc .icon {
    margin-top: 12px;
  }
}
.talents-cards .tale-card .ta-arc > p {
  color: #333;
}
@media (min-width: 1024px) {
  .talents-cards .tale-card .ta-arc {
    line-height: 30px;
    margin-top: 20px;
  }
}
.manage-card-container {
  position: relative;
}
@media (min-width: 1024px) {
  .manage-card-container {
    min-height: 530px;
  }
}
.manage-card-one,
.manage-card-two {
  width: 100%;
  min-height: 300px;
  padding: 25px;
  color: #fff;
}
@media (min-width: 1024px) {
  .manage-card-one,
  .manage-card-two {
    padding: 50px;
    width: 52%;
    height: 480px;
    position: absolute;
  }
}
.manage-card-one .manage-card-head,
.manage-card-two .manage-card-head {
  display: flex;
  align-items: center;
}
.manage-card-one .manage-card-head .icon,
.manage-card-two .manage-card-head .icon {
  width: 27px;
  height: 26px;
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .manage-card-one .manage-card-head .icon,
  .manage-card-two .manage-card-head .icon {
    width: 37px;
    height: 36px;
  }
}
.manage-card-one .manage-card-head h4,
.manage-card-two .manage-card-head h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .manage-card-one .manage-card-head h4,
  .manage-card-two .manage-card-head h4 {
    font-size: 28px;
  }
}
.manage-card-one p,
.manage-card-two p {
  font-size: 16px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .manage-card-one p,
  .manage-card-two p {
    margin-top: 20px;
    font-size: 18px;
  }
}
.manage-card-one {
  background: url(../images/img43.png) no-repeat center center/100% 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.manage-card-two {
  background: url(../images/img44.png) no-repeat center center/100% 100%;
  margin-top: 30px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .manage-card-two {
    margin-top: 50px;
    padding-left: 90px;
    right: 0;
    top: 0;
  }
}


